'Declaration Public Overridable Function MoveToPageAsync( _ ByVal pageIndex As Integer, _ ByVal cancellationToken As CancellationToken _ ) As Task
public virtual Task MoveToPageAsync( int pageIndex, CancellationToken cancellationToken )
Parameters
- pageIndex
- The index of the page.
- cancellationToken
- The cancellation token.